@charset "UTF-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1260px; overflow-x: auto; }

.container { width: 1260px; margin: 0 auto; }

.spirit { background: url(../images/spirit.png) no-repeat; }

.header { padding: 17.5px 0; background-image: url(../images/s_bg.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: #b70909; background-size: cover; }
.header .fr { padding: 17px 0 0; font-size: 0; text-align: right; }

.logo { position: relative; }
.logo img { vertical-align: top; }

.top-link { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 500; line-height: 32px; color: #fff; text-align: left; }
.top-link a { color: #fff; }
.top-link a:hover { text-decoration: underline !important; }
.top-link span { margin: 0 8px; }

.search { display: inline-block; vertical-align: top; border-radius: 30px; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .input { width: 0; height: 32px; vertical-align: top; font-size: 14px; font-weight: 500; line-height: 32px; color: #333; text-align: left; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search .submit { width: 32px; height: 32px; vertical-align: top; background-image: url("../images/j_icon1.png"); background-repeat: no-repeat; background-position: 20% 45%; background-color: transparent; background-size: auto; -webkit-transition: all 0.3s linear 2s; -moz-transition: all 0.3s linear 2s; -ms-transition: all 0.3s linear 2s; -o-transition: all 0.3s linear 2s; transition: all 0.3s linear 2s; }
.search:hover { background: #fff; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.search:hover .input { width: 180px; padding: 0 15px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.search:hover .submit { background-image: url(../images/j_icon1_2.png); -webkit-transition: all 0.1s linear 0s; -moz-transition: all 0.1s linear 0s; -ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s; transition: all 0.1s linear 0s; }

.search2 { width: 600px; margin: 20px auto 28px; padding: 8px 10px; box-shadow: 0 0 15px 0 #ccc; font-size: 0; }
.search2 .input { width: calc(100% - 42px); height: 42px; padding: 0 10px; border: 1px solid #eee; vertical-align: top; font-size: 16px; font-weight: 500; line-height: 42px; color: #333; text-align: left; }
.search2 .submit { width: 42px; height: 42px; vertical-align: top; background-image: url("../images/j_icon1_2.png"); background-repeat: no-repeat; background-position: 50% 45%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 10; background: #94070a; }
.nav li { position: relative; float: left; width: 9.09%; }

.nav li a { position: relative; z-index: 2; display: block; font-size: 16px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; white-space: nowrap; -webkit-transition: all 0.2s linear 0s; -moz-transition: all 0.2s linear 0s; -ms-transition: all 0.2s linear 0s; -o-transition: all 0.2s linear 0s; transition: all 0.2s linear 0s; }
.nav li:hover > a { font-weight: 700; background: #b70909; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }
.nav li.cur > a { font-weight: 700; background: #b70909; }
.nav .lv2 { display: none; position: absolute; top: calc(100% + 12px); right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; padding: 8px 0 12px; background: #fff; transform-origin: 50% 10%; -ms-transform-origin: 50% 10%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3); }
.nav .lv2 a { padding: 8px 5px; font-size: 15px; line-height: 18px; font-weight: 400; color: #333; }
.nav .lv2 a:hover { color: #fff; background: #b70909; }
.nav .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

.banner { position: relative; z-index: 1; font-size: 0; }
.banner .img { position: relative; display: block; width: 100%; padding: 39.27% 0 0; overflow: hidden; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -ms-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s; }
.banner .img img { position: absolute; top: 50%; right: auto; bottom: auto; left: 50%; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.banner .slick-current .img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 6.5s linear 0s; -moz-transition: transform 6.5s linear 0s; -ms-transition: transform 6.5s linear 0s; -o-transition: transform 6.5s linear 0s; transition: transform 6.5s linear 0s; }
.banner .slick-arrow { position: absolute; top: 50%; right: auto; bottom: auto; left: auto; z-index: 1; width: 55px; height: 55px; background-image: url(../images/n_icon2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; opacity: 0; -webkit-transition: opacity 0.3s linear 0s; -moz-transition: opacity 0.3s linear 0s; -ms-transition: opacity 0.3s linear 0s; -o-transition: opacity 0.3s linear 0s; transition: opacity 0.3s linear 0s; }
.banner .slick-arrow.slick-prev { left: 5%; }
.banner .slick-arrow.slick-next { right: 5%; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 82px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; width: 14px; height: 14px; margin: 0 7px; border-radius: 50%; background: #fff; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; cursor: pointer; }
.banner .slick-dots li.slick-active { background: #b70909; }
.banner:hover .slick-arrow { opacity: 1; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.title { font-size: 16px; font-weight: 500; line-height: 28px; color: #000; text-align: left; }
.title:hover { color: #b70909; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 26px; color: #999; text-align: left; }

.date1 { width: 65px; font-size: 14px; font-weight: 500; line-height: 29px; color: #b70909; text-align: center; border-radius: 1px; border-top: 2px solid #dce2e4; border-right: 1px solid #dce2e4; border-bottom: 2px solid #dce2e4; border-left: 1px solid #dce2e4; }
.date1 p:first-child { font-size: 24px; line-height: 33px; background: #dce2e4; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.45s linear 0s; -moz-transition: transform 0.45s linear 0s; -ms-transition: transform 0.45s linear 0s; -o-transition: transform 0.45s linear 0s; transition: transform 0.45s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.index-main { position: relative; z-index: 2; }
.index-main .news-slick { width: 605px; }
.index-main .news-switch { width: 615px; }

.index-links { position: relative; z-index: 2; font-size: 0; margin: 0 0; margin: -55px 0 40px; background: #b70909; box-shadow: 0 0 8px 0 #aaa; }
.index-links > li { position: relative; display: inline-block; vertical-align: top; width: 16.6666666667%; padding: 0 0; }
.index-links li a { position: relative; display: block; padding: 15px 0; font-size: 16px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.index-links li a:hover { background: #c03336; }
.index-links li .spirit { display: block; width: 48px; height: 48px; margin: 0 auto 4px; }
.index-links li .spirit.i1 { background-position: 0 6px; }
.index-links li .spirit.i2 { background-position: 0 -44px; }
.index-links li .spirit.i3 { background-position: 0 -90px; }
.index-links li .spirit.i4 { background-position: 0 -138px; }
.index-links li .spirit.i5 { background-position: 0 -186px; }
.index-links li .spirit.i6 { background-position: 0 -234px; }
.index-links li:not(:last-child) a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 12%; right: 0; bottom: auto; left: auto; z-index: 1; width: 1px; height: 76%; background: #d81b1b; }

.index-links li .school-link { display: none; position: absolute; bottom: 100%; left: 0; width: 100%; padding: 7px 0; background: #fff; box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); border-top-left-radius: 4px; border-top-right-radius: 4px; }
.index-links li .school-link a { padding: 0 13px; font-size: 15px; text-align: left; line-height: 38px; color: #333; background: none !important; }
.index-links li .school-link a:hover { color: #c03336; }
.index-links li .school-link a::after { display: none; }

.news-slick { font-size: 0; }
.news-slick .img-scale { position: relative; z-index: 1; }
.news-slick .img-scale .img { padding: 56.166% 0 0; }
.news-slick .text { position: relative; z-index: 2; width: 90%; margin: -35px 0 0; padding: 25px 32px 0 0; background: #fff; }
.news-slick .date { display: inline-block; vertical-align: top; padding: 0 12px; color: #fff; background: #b70909; border-radius: 5px; }
.news-slick .title { font-size: 18px; line-height: 32px; margin: 15px 0; }
.news-slick .slick-dots { margin: 40px 0 0; text-align: center; }
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 6px; margin: 0 4px; border-radius: 6px; background: #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; cursor: pointer; }
.news-slick .slick-dots li.slick-active { width: 30px; background: #b70909; }

.news-switch .switch-tag { margin: 0 0 10px; padding: 0 0 8px; border-bottom: 1px solid #ddd; }
.news-switch .switch-tag h3 { display: inline-block; margin: 0 45px 0 0; font-size: 26px; font-weight: 500; line-height: 26px; color: #808080; text-align: left; cursor: pointer; }
.news-switch .switch-tag h3 .spirit { display: inline-block; vertical-align: top; width: 30px; height: 28px; }
.news-switch .switch-tag h3 .spirit.i1 { background-position: -12px -324px; }
.news-switch .switch-tag h3 .spirit.i2 { background-position: -12px -390px; }
.news-switch .switch-tag h3.active { color: #000; }
.news-switch .switch-tag h3.active .spirit.i1 { background-position: -12px -289px; }
.news-switch .switch-tag h3.active .spirit.i2 { background-position: -12px -359px; }
.news-switch .switch-tag .more { display: none; font-size: 14px; font-weight: 500; line-height: 26px; color: #666; text-align: left; }
.news-switch .switch-tag .more.active { display: block; }
.news-switch .switch-box { position: relative; width: 100%; height: 498px; overflow: hidden; }
.news-switch .switch-box .switch-item { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width:100%; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; transition-timing-function: ease-in-out; }
.news-switch .switch-box .switch-item:nth-child(1) { left: -100%; }
.news-switch .switch-box .switch-item:nth-child(1).active { left: 0; }
.news-switch .switch-box .switch-item:nth-child(2) { left: 100%; }
.news-switch .switch-box .switch-item:nth-child(2).active { left: 0; }

.list1 li { padding: 14px 0; font-size: 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #b70909; }
.list1 li:hover .date { background: #b70909; }
.list1 .date { display: inline-block; vertical-align: top; width: 52px; font-size: 12px; line-height: 24px; text-align: center; color: #fff; background: #94070a; }
.list1 .date p:first-child { font-size: 24px; line-height: 31px; margin: 0 5px; border-bottom: 1px solid #bf6a6c; }
.list1 .text { display: inline-block; vertical-align: top; width: calc(100% - 52px); padding: 0 0 0 15px; }

.list2 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 li:hover .title { color: #b70909; }
.list2 li:hover .title::before { background: #b70909; }
.list2 li:hover .date { color: #b70909; }
.list2 .title { display: inline-block; vertical-align: top; width: calc(100% - 140px); line-height: 58px; }
.list2 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 8px 1px 0; background: #e77171; border-radius: 50%; }
.list2 .date { line-height: 58px; }

.footer { padding: 30px 0; margin: 40px 0 0; background: #b70909; }

.foot-link { width: 555px; margin: 10px 0 0; }
.foot-link .point-out { font-size: 20px; font-weight: 500; line-height: 32px; color: #fff; text-align: left; }
.foot-link ul { padding: 0 8% 0 0; font-size: 0; }
.foot-link ul li { display: inline-block; vertical-align: top; width: 48%; }
.foot-link ul a { font-size: 14px; font-weight: 500; line-height: 24px; color: #ffd8d8; text-align: left; }
.foot-link ul a::before { display: inline-block; content: ""; width: 6px; height: 6px; margin: 0 6px 2px 0; background: #ffd8d8; border-radius: 50%; }
.foot-link ul a:hover { color: #fff; text-decoration: underline; }
.foot-link ul a:hover::before { background: #fff; }

.copy { width: 535px; margin: 15px 0 0; padding: 27px 0; font-size: 14px; font-weight: 500; line-height: 27px; color: #fff; text-align: center; border-left: 1px solid #cd5353; border-right: 1px solid #cd5353; }
.copy .ib { display: inline-block; text-align: left; }

.QR-code { text-align: center; }
.QR-code img { width: 104px; vertical-align: top; }
.QR-code p { font-size: 14px; font-weight: 500; line-height: 25px; color: #fff; text-align: center; margin: 7px 0 0; }

.decoration { max-height: 300px; vertical-align: top; }
.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 200px; margin: 40px 0 0; }
.sidebar h1 { font-size: 26px; font-weight: 500; line-height: 60px; color: #fff; text-align: center; background: #b70909; }
.sidebar .lv2-nav li { position: relative; border-bottom: 1px solid #ddd; }
.sidebar .lv2-nav a { display: block; border-left: 2px solid transparent; font-size: 16px; font-weight: 500; line-height: 55px; color: #000; text-align: center; }
.sidebar .lv2-nav a:hover { color: #b70909; font-weight: 700; }
.sidebar .lv2-nav li.cur { background: #f8eeee; border: none; }
.sidebar .lv2-nav li.cur > a { color: #b70909; font-size: 18px; font-weight: 700; border-color: #b70909; }

.main { width: calc(100% - 200px); min-height: 420px; padding: 0 0 0 3.8%; margin: 35px 0 0px; }
.main .list1 li { padding: 15px 0; }

.position { margin: 0 0 12px; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; padding: 0 0 10px; margin: 0 0 -1px; font-size: 26px; font-weight: 500; line-height: 28px; color: #000; text-align: left; border-bottom: 3px solid #b70909; }

.place { padding: 0 0 7px 25px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 4px; background-color: transparent; background-size: auto; }
.place a { color: #999; }
.place a:hover { color: #b70909; }

.article { padding: 30px 4% 0; }
.article .title { margin: 0 0 10px; font-size: 24px; font-weight: 500; line-height: 30px; color: #b70909; text-align: center; }
.article .sub { margin: 20px 0 30px; padding: 13px 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #999; text-align: center; border-bottom: 1px dashed #ccc; border-top: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0 0 40px; font-size: 21px; font-weight: 500; line-height: 35px; color: #000; text-align: left; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 20px auto; }
.article .content table { max-width: 100%; margin: 20px auto; }
.article .content table p { text-indent: 0; }
.article .content iframe { max-width: 100%; margin: 20px auto; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 16px; font-weight: 500; line-height: 27px; color: #494949; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #b70909; }
.article .cont-page a:hover { color: #b70909; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about { padding-left: 0; padding-right: 0; }
.article.about .title { font-size: 26px; margin: 20px 0 30px; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

/*# sourceMappingURL=style.css.map */
#list-page {font-family: Arial; text-align: center; margin: 25px 0 30px !important; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a {font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {padding: 7px 9px; border: 1px solid #aaa; border-radius: 2px; color: #428bca;}
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {background: #b70909; font-weight: bold; color: #fff; border-color: #b70909;}
#list-page .p_t{ padding: 0 2px 0 0; color: #777;}
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d{display: inline-block;}
#list-page .p_pages span{color: #aaa;}
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 2px; width: 40px; height: 30px; line-height: 30px; vertical-align: bottom; }